home *** CD-ROM | disk | FTP | other *** search
/ QuickTime 2.0 Developer Kit / QuickTime 2.0 Developer Kit.iso / mac / MAC / Programming Stuff / Sample Code / Music Architecture / Embedding Instruments / BigEasy / BigEasyUtils.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-03-03  |  485 b   |  25 lines  |  [TEXT/KAHL]

  1. /* file: BigEasyUtils.h
  2.   *
  3.   * Started 25 January 1992, more or less.
  4.   *
  5.   * Little Extras that go
  6.   * well with BigEasy.
  7.   *
  8.   */
  9.  
  10. /*--------------------------
  11.     Types and globals
  12. --------------------------*/
  13.  
  14.  
  15. #define SignIt(x) ( (x)?1:-1)
  16.  
  17.  
  18. /*--------------------------
  19.     Routines
  20. --------------------------*/
  21.  
  22. void SetMenuItemRange(short loRef,short hiRef,short active,short bulletRef);
  23. long RememberThis(long what,short which);
  24. void CenterRect(Rect *centerThis,Rect *insideThis);
  25.